home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’96
/
DragClick
/
Sources
/
Constants.h
next >
Wrap
Text File
|
1996-06-21
|
458b
|
23 lines
// =============================================================================
//
// Constants.h
//
// Author: Greg Friedman
//
// =============================================================================
#ifndef __CONSTANTS__
#define __CONSTANTS__
#define kMemLockMask 0x0080
#define kError -1
const ResType kListType = 'List';
const short kInclusionListID = 128;
const short kExclusionListID = 129;
enum
{
_DragDispatch = 0xABED
};
#endif